Remove incorrect __init prefixes
authorKeir Fraser <keir@xensource.com>
Wed, 27 Jun 2007 18:59:21 +0000 (19:59 +0100)
committerKeir Fraser <keir@xensource.com>
Wed, 27 Jun 2007 18:59:21 +0000 (19:59 +0100)
commit76d84e88e052c90cd5ea5508ff9ccfdd894993b9
treefd326497640b31e5c2f8a48a9bdaec1c4e6045e1
parent774dab5320b405b32391705a2b54f710209f6ef6
Remove incorrect __init prefixes

Following functions can be __init in Linux, however shouldn't
in Xen. __print_IO_APIC is called by keyhandler, while
setup_ioapic_dest is invoked in one platform hypercall.

Signed-off-by Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/io_apic.c